home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / database / sbs301.zip / README.301 < prev    next >
Text File  |  1996-06-10  |  4KB  |  107 lines

  1. Strategic Baseball Simulator
  2. Version 3.01 - June 1996
  3.  
  4. To start the game, just type "baseball". To learn more about the
  5. features and capabilities of SBS, be sure to read the documentation file
  6. BASEBALL.DOC. You can do this while running "baseball", but you might
  7. want to print out the .DOC file if you are a new user.  To send a copy
  8. to your printer, just do one of the following commands from DOS:
  9.  
  10.   copy baseball.doc prn
  11.          or
  12.   type baseball.doc > lpt1
  13.          or
  14.   manual
  15.  
  16. A document you may want to read is BASEBALL.INF. This explains
  17. in some detail how SBS goes about the simulation process.
  18.  
  19. ************************ Late Information ***************************
  20.  
  21.  
  22. >> COMPATIBILITY WITH PREVIOUS VERSIONS
  23.  
  24. Statistics Files.
  25. The compiled statistics files (.STS, .STB, .STP, etc.) in version 3.0X
  26. are NOT COMPATIBLE with the statistics files from earlier versions. Do
  27. NOT attempt to use any old stat files you may have with version 3.0X.
  28. Also, do not attempt to use new version 3.0X stat files with an older
  29. version of this program.
  30.  
  31. Team .DAT Files.
  32. 1994 .DAT files have a new, expanded format. Your old .DAT files (team
  33. rosters/statistics) should work just fine, but the newer format includes
  34. information about games-played by position and pitcher's games and games
  35. started. Unfortuneately, it was deemed necessary to encrypt player's
  36. names so no actual current player's name is used. Of course these files
  37. remain completely editable by the user.
  38.  
  39. Old Schedule .SCH Files.
  40. You must copy or rename your old .SCH files to have the extention .SER
  41. in order to work under 3.0X. For example, if you have some old .SCH files
  42. in the directory \SBS251 and you want to move them to \SBS30:
  43.  
  44.    cd \SBS251
  45.    copy *.SCH  \SBS30\*.SER
  46.  
  47.  
  48. >> AVAILABILILTY OF TEAM DATA FILES
  49.  
  50. I anticipate that the .DAT files for 1996 teams will be ready in
  51. February '97. (Names will be supplied encrypted).
  52.  
  53.  
  54. >> BACKUP YOUR STATISTICS FILES!
  55.  
  56. Version 3.0X offers much better and faster management of statistics than
  57. previous versions. However, because much of the manipulation of the
  58. statistics is done in memory there is an added risk of data loss due to
  59. power failures, accidently turning off the computer, computer lock-ups
  60. or Heaven Forbid, program bugs. To help protect yourself from such
  61. events I strongly recommend that you use the /pw: (path-write) switch
  62. which writes your stat files to a separate directory. Then you should
  63. regularly back-up that directory to diskette.
  64.  
  65. 1. For example, create a directory called \STATS:
  66.     >MD \STATS
  67.  
  68. 2. Then when you run SBS, start is with the /pw switch:
  69.     >BASEBALL /PW:\STATS
  70.  
  71. [You may want to create a little batch file to start SBS if you don't
  72. want to type that in all the time. If you start SBS from Windows you can
  73. add the "/PW:\STATS" to the icon that launches SBS or to the .PIF file
  74. if you use one.]
  75.  
  76. Alternatively, you can also edit your BASEBALL.CFG file with a line that
  77. begins WRITE-PATH=.
  78. Example: WRITE-PATH=\STATS
  79.  
  80. Now it's easy to backup whatever is in the \STATS directory to a floppy.
  81.  
  82.     >COPY \STATS  A:
  83.  
  84.  
  85. >> COMMENT ABOUT THE "AUTO-LINEUP" FEATURE:
  86.  
  87. Version 3.0X now uses expanded .DAT files with "Games by Position"
  88. columns. You will notice there are three columns in which you may split
  89. up a player's playing time among three positions. This information is
  90. used by the program in selecting starting lineups so that a player's
  91. correct amount of playing time is approximated. The current method works
  92. great for bench players, but it does not always do a good job in moving
  93. around your default starting eight to other defensive positions. Perhaps
  94. I can work on this in the future.
  95.  
  96.  
  97. >> PROGRAM LIMITS
  98.  
  99. Statistics Tracking Limits:
  100. Batters in a simulation............500
  101. Pitchers in a simulation...........220
  102. Games in a simulation.....approx. 1500
  103.  
  104. Once the big leagues go to inter-league play in 1997, the batter and
  105. pitcher limits will be exceeded and this version of SBS will not be able
  106. to handle a full season. Look for a later version to fix this situation.
  107.